PDF4Java Reference Documentation
com.o2sol.pdf4java.content.text Package / PDFTextRun Class / getGlyph Method
The index of the glyph to get.
In This Topic
    getGlyph Method
    In This Topic
    Gets the glyph at the specified index.
    Syntax
    public PDFTextGlyph getGlyph( 
       int index
    )

    Parameters

    index
    The index of the glyph to get.

    Return Value

    A PDFTextGlyph object representing the glyph at the specified index.
    See Also